projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efa9a16
)
(column-number-mode): Make default value nil.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 29 Oct 1995 23:03:05 +0000
(23:03 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 29 Oct 1995 23:03:05 +0000
(23:03 +0000)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index da201283d2cef4b5b90b389988b3894e61323137..d15b902c0c8c5dfd85c4c52e2e002fa035a964ab 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-2598,7
+2598,7
@@
in the mode line."
(> (prefix-numeric-value arg) 0)))
(force-mode-line-update))
-(defvar column-number-mode
t
+(defvar column-number-mode
nil
"*Non-nil means display column number in mode line.")
(defun column-number-mode (arg)